
/* ==== 左右切换箭头 start ==== */
.row{
  width: 30px;
  height: 30px;
  position: absolute;
  top: 82px;
  cursor: pointer;
  border-radius: 50%;
}
.left_row{
  left: -52px;
  background: url(../img/left_row_icon.png) no-repeat center center;
  background-size: cover;
}
.right_row{
  right: -52px;
  background: url(../img/right_row_icon.png) no-repeat center center;
  background-size: cover;
}
.left_row.active{
  background: url(../img/active_left_row.png) no-repeat center center;
}
.right_row.active{
  background: url(../img/active_right_row.png) no-repeat center center;
}
.notclick{
  pointer-events: none;
}
/* ==== 左右切换箭头 end ==== */

/* ========== 公用List  Start=========== */
.list_cont_item{
  width: 100%;
  height: 85px;
  border-bottom: 1px dashed #BEC5CB;
  padding: 16px 0 12px 14px;
  cursor: pointer;
  position: relative;
}
.list_cont_item::before{
  content: "";
  width: 5px;
  height: 5px;
  background: #EC7839;
  position: absolute;
  top: 26px;
  left: 0px;
  border-radius: 50%;
}
.list_cont_item:hover .title{
  color: #125FAC !important;
}
.list_cont_item:hover .other{
  color: rgba(0, 91, 172, 0.5) !important;
}
.list_cont_item:hover::before{
  background: #125FAC !important;
}
.list_cont_item:last-child{
  border-bottom: none;
}
.list_cont_item .title{
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.list_cont_item .other{
  font-size: 13px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 6px;
}
.list_cont_item .other>span{
  display: inline-block;
  margin-right:50px;
}
.list_cont_item .other>span:last-child {
  margin-right: 0;
}
/* ========== 公用List  End=========== */

/* banner图 */
.banner_wrap{
  position: relative;
  width: 100%;
  height: 510px;
  overflow: hidden;
}
.one_li{
  background: url(../img/banner_01.png) no-repeat center center;
  background-size: cover;
}
.banner_text{
  position: relative;
  width: 1200px;
  margin: 0 auto;
  top: 147px;
}
#headBgSwiper {
  position: relative;
  height: 510px;
  z-index: 1;
}
#headBgSwiper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.dot_list{
  width: 100%;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 76px !important;
  z-index: 2;
}
.dot_list>.head-my-bullet{
  width: 8px;
  height: 8px;
  padding: 0 !important;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 7px;
  border-radius: 50%;
  cursor: pointer;
}
.dot_list>.head-my-bullet-active{
  width: 12px;
  height: 12px;
  border: 2px solid #FFFFFF;
}
.notice_info{
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0.3;
  z-index: 1;
}
.notice_info_main{
  position: absolute;
  width: 1200px;
  height: 60px;
  line-height: 60px;
  left: calc((100% - 1200px) / 2);
  bottom: 0px;
  z-index: 2;
}
.notice_info_icon{
  font-family: 'Microsoft YaHei';
  font-size: 15px;
  line-height: 16px;
  color: #EA5504;
}
.notice_info_icon::before{
  content: "";
  display: inline-block;
  width: 26px;
  height: 21px;
  position: relative;
  top: 5px;
  margin-right: 10px;
  background: url(../img/notice.png) no-repeat center center;
  background-size: cover;
}
.notice_info_cont{
  font-size: 15px;
  line-height: 16px;
  color: #fff;
}

/* 入口 */
.login_entrance_wrap{
  width: 100%;
  height: 130px;
  margin: 30px 0 32px;
}
.login_entrance_main{
  display: flex;
  justify-content: space-between;
}
.login_entrance_main>li{
  background: url(../img/entrance_bg.png) no-repeat center center;
  background-size: 120%;
  border: 1px solid #C0CADC;
  box-shadow: 4px 4px 10px rgba(18, 95, 172, 0.2);
  border-radius: 6px;
}
.login_entrance_main>li:hover{
  transform: translate(0, -20px);
  transition: transform 300ms linear;
}
.login_entrance_main>li>a{
  display: block;
  width: 220px;
  height: 130px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
}
.login_entrance_item_img{
  width: 100%;
  height: 80px;
}
.login_entrance_item_img>img{
  width: 42px;
  height: 42px;
  position: relative;
  top: calc((100% - 42px) / 1.5);
  left: calc((100% - 42px) / 2);
}
.login_entrance_item_text{
  text-align: center;
  padding-top: 6px;
}

/* 集团介绍 */
.group_introduction_wrap{
  width: 100%;
  height: 390px;
  margin-bottom: 78px;
  background: url(../img/group_introduction_bg.png) no-repeat center center;
  background-size: cover;
  padding: 45px 0;
}
.group_introduction_main{
  height: 300px;
  display: flex;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
.group_introduction_main>div{
  flex: 1;
  color: rgba(0, 0, 0, 0.8);
  background-color: #fff;
  padding: 49px 95px 0 65px;
  border-radius: 10px 0 0 10px;
}
.group_introduction_name{
  font-weight: 700;
  font-size: 27px;
  line-height: 32px;
}
.group_introduction_desc{
  font-size: 18px;
  line-height: 28px;
  margin: 17px 0 37px;
}
.group_introduction_main>div a{
  display: inline-block;
}
.group_introduction_main>img{
  width: 560px;
}


/* 交易中心 */
/* 日历 */
.transaction_center_calendar{
  height: 151px;
  margin-bottom: 25px;
  display: flex;
  position: relative;
}
.transaction_center_calendar .left_row{
  background: url(../img/active_left_row.png) no-repeat center center;
}
.transaction_center_calendar .right_row{
  background: url(../img/active_right_row.png) no-repeat center center;
}
.calendar_year_month{
  width: 145px;
  height: 151px;
  background: url(../img/calendar_bg.png) no-repeat center center;
  background-size: cover;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 14px 15px 0 0;
  border-radius: 10px 0px 0px 10px;
}
.calendar_year_month>span:nth-child(1){
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 17px;
}
.calendar_year_month>span:nth-child(2){
  font-weight: 700;
  font-size: 56px;
  line-height: 56px;
  margin-bottom: 4px;
}
.calendar_year_month>span:nth-child(3){
  font-size: 18px;
  line-height: 18px;
}
.calendar_date{
  margin-left: 5px;
  width: 1050px;
  height: 151px;
  border-radius: 0px 10px 0px 0px;
}
.calendar_date_header, .calendar_date_cont{
  width: 100%;
  height: 46px;
  display: flex;
}
.calendar_date_header{
  background-color: #CFDBE4;
}
.calendar_date_header>li{
  width: 150px;
  font-weight: 700;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}
.calendar_date_cont{
  flex-wrap: wrap;
}
.calendar_date_cont>li{
  background-color: #ECF1F4;
  width: 149px;
  height: 52px;
  line-height: 52px;
  margin: 0 1px 1px 0;
  text-align: center;
  cursor: pointer;
}
.calendar_date_cont>li>span:nth-child(1){
  font-size: 29px;
  color: rgba(0, 0, 0, 0.6);
}
.calendar_date_cont>li>span:nth-child(2){
  font-size: 13px;
  color: #8E8E8E;
}
.calendar_date_cont>li:nth-child(7n){
  width: 150px;
  margin-right: 0;
}
.calendar_date_cont>li.active, .calendar_date_cont>li:hover{
  background-color: #EA5504;
  position: relative;
}
.calendar_date_cont>li.active span, .calendar_date_cont>li:hover span{
  color: #fff;
}
.calendar_date_cont>li.active::after, .calendar_date_cont>li:hover::after{
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
/* 交易中心内容 */
.transaction_center_bulletin{
  width: 100%;
  height: 400px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
.transaction_center_bulletin_type{
  width: 332px;
  height: 400px;
  border-radius: 10px 0 0 10px;
  background: url(../img/bulletin_bg.png) no-repeat center center;
  background-size: cover;
}
.type_title{
  height: 96px;
  padding: 24px 0 5px 46px;
}
.type_title div:nth-child(1){
  font-size: 21px;
  line-height: 34px; 
  color: #FFFFFF;
  margin-bottom: 2px;
}
.type_title div:nth-child(2){
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.135em;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
}
.type_title div:nth-child(2)::after{
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #EC7839;
  border-radius: 10px 0px 0px 10px;
}
.transaction_center_bulletin_type_list{
  width: 100%;
}
.transaction_center_bulletin_type_list>li{
  height: 76px;
  line-height: 76px;
  padding: 0 24px 0 46px;
  cursor: pointer;
}
.transaction_center_bulletin_type_list>li:last-child{
  border-radius: 0 0 0 10px;
}
.transaction_center_bulletin_type_list>li>span:nth-child(1){
  font-size: 17px;
  line-height: 17px;
  color: #fff;
}
.transaction_center_bulletin_type_list>li>span:nth-child(2){
  font-size: 13px;
  line-height: 16px;
  color: #D3EEFA;
  border: 1px solid #D3EEFA;
  border-radius: 8px;
  padding: 0px 4px;
}
.transaction_center_bulletin_type_list>li.active, .transaction_center_bulletin_type_list>li:hover{
  background: url(../img/bulltin_active_bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.transaction_center_bulletin_type_list>li.active::after, .transaction_center_bulletin_type_list>li:hover::after{
  content: '';
  position: absolute;
  top: 28px;
  right: 24px;
  width: 11px;
  height: 20px;
  background: url(../img/right_row.png) no-repeat center center;
  background-size: cover;
}
.transaction_center_bulletin_list{
  width: 863px;
  height: 400px;
  background: #EFF4F8;
  border-radius: 0px 10px 10px 0px;
  padding: 8px 34px 0 44px;
}
.transaction_center_bulletin_list>ul{
  height: 340px;
  display: none;
}
.transaction_center_bulletin_list>ul.active{
  display: block;
}
.transaction_center_bulletin_list>ul>li:last-child{
  border-bottom: 1px dashed #BEC5CB;
}
.transaction_center_bulletin_list .other>span:nth-child(1){
  width: 104px;
}
.transaction_center_bulletin_list .other>span:nth-child(2){
  width: 117px;
}
.transaction_center_bulletin_list .other>span:nth-child(3){
  width: 221px;
}
.transaction_center_bulletin_list .other>span:nth-child(4){
  width: 138px;
}
.transaction_center_bulletin_list .learn_more{
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  text-align: right;
  padding: 20px 18px 0 0;
  cursor: pointer;
}
.transaction_center_bulletin_list .learn_more::after{
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../img/more.png) no-repeat center center;
  background-size: cover;
  margin-left: 4px;
}

/* 市场调研 + 招标公告 */
.research_and_notice_wrap{
  position: relative;
  width: 100%;
  height: 667px;
  background: url(../img/research_and_notice_bg.jpg) no-repeat center center;
  background-size: cover;
}
.research_and_notice_main{
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
}
.research_main{
  width: 596px;
  height: 565px;
}
.cont_title{
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.cont_title>span:nth-child(1){
  width: 130px;
  font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  color: rgba(0, 0, 0, 0.8);
  margin-right: 7px;
}
.cont_title>span:nth-child(2){
  width: 180px;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.135em;
  color: rgba(0, 0, 0, 0.3);
  position: relative;
  top: 6px;
}
.cont_title>.split{
  flex: 1;
  height: 3px;
  background: url(../img/split.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cont_title>.more{
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 10px;
  cursor: pointer;
}
/* 市场调研 + 招标公告 左 */
.research_main_cont{
  width: 100%;
  height: 450px;
  color: #FFFFFF;
  position: relative;
  background: url(../img/market_research_bg.png);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 40px 40px 0;
}
.research_main_cont_top>p:nth-child(1){
  font-weight: 600;
  font-size: 28px;
  line-height: 26px;
  text-decoration-line: underline;
}
.research_main_cont_top>p:nth-child(2){
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 48px;
  position: relative;
}
.research_main_cont_top>p:nth-child(2)::after{
  content: '';
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 36px;
  height: 4px;
  background-color: #F8763C;
}
.research_main_cont_top>p:nth-child(3){
  font-size: 16px;
  line-height: 28px;
}
.research_main_cont_bottom{
  width: 100%;
  height: 159px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 20px 0 40px;
  display: flex;
  justify-content: space-between;
  background: url(../img/market_research_bg_01.png);
}
.research_main_cont_detail{
  display: flex;
  padding-top: 87px;
}
.research_main_cont_detail>span:nth-child(1){
  font-weight: 700;
  font-size: 52px;
  line-height: 40px;
}
.research_main_cont_detail>span:nth-child(2){
  font-weight: 700;
  font-size: 16px;
  line-height: 61px;
}
.research_main_cont_detail>span:nth-child(3){
  font-weight: 700;
  font-size: 27px;
  line-height: 59px;
  position: relative;
}
.research_main_cont_detail>span:nth-child(3)::after{
  content: '';
  position: absolute;
  right: -18px;
  width: 2px;
  height: 40px;
  background-color: #F8763C;
}
.research_main_cont_detail>span:nth-child(4){
  margin-left: 38px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.research_main_cont_btn{
  width: 170px;
  height: 61px;
  line-height: 61px;
  font-size: 16px;
  margin-top: 73px;
  text-align: center;
  background: linear-gradient(360deg, #FE5415 -7.35%, #F8A300 110.61%), linear-gradient(327.44deg, #3080FB -9.15%, #2CB9F1 118.18%);
  border-bottom: 2px solid #A33409;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
}
.research_main_cont_btn::before{
  content: '';
  position: absolute;
  left: 18px;
  top: 18px;
  width: 23px;
  height: 23px;
  background: url(../img/market_icon.png) no-repeat center center;
}
.research_main_cont_btn::after{
  content: '';
  position: absolute;
  right: 16px;
  top: 20px;
  width: 20px;
  height: 20px;
  background: url(../img/enter_row_01.png) no-repeat center center;
}

/* 市场调研 + 招标公告 右 */
.notice_main{
  width: 588px;
  height: 565px;
}
.notice_cont_main{
  height: 450px;
  background-color: #fff;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.notice_cont_item{
  flex-shrink: 0;
  width: 290px;
  height: 225px;
  padding: 22px 30px;
  position: relative;
}
.notice_cont_item_title{
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 18px;
}
.notice_cont_item_list{
  height: 120px;
  font-size: 16px;
  line-height: 23px;
  position: relative;
}
.notice_cont_item_list::after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -4px;
}
.notice_cont_item_list>li{
  margin-bottom: 10px;
  position: relative;
  padding-left: 12px;
  cursor: pointer;
}
.notice_cont_item_list>li::before{
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  top: 10px;
  left: 0px;
  border-radius: 50%;
}
.notice_cont_item_more{
  font-size: 13px;
  line-height: 13px;
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
}
.notice_cont_item_more>span{
  cursor: pointer;
}
.notice_cont_item.card{
  color: #fff !important;
}
.notice_cont_item.card .notice_cont_item_list::after{
  background: rgba(255, 255, 255, 0.3);
}
.notice_cont_item.card .notice_cont_item_list>li::before{
  background: #fff;
}
.notice_cont_item.normal .notice_cont_item_list>li::before{
  background: rgba(0, 0, 0, 0.3);;
}
.notice_cont_item.normal .notice_cont_item_list::after{
  background: rgba(0, 0, 0, 0.1);
}
.notice_cont_item.normal .notice_cont_item_title{
  color: rgba(0, 0, 0, 0.8);
}
.notice_cont_item.normal .notice_cont_item_list{
  color: rgba(0, 0, 0, 0.6);
}
.notice_cont_item.normal .notice_cont_item_more{
  color: rgba(0, 0, 0, 0.3);
}
.notice_cont_item.lt{
  background: url(../img/notice_lt.png) no-repeat center center;
  box-shadow: 0px 2px 20px rgba(255, 125, 54, 0.4);
  border-radius: 10px 10px 0 0;
}
.notice_cont_item.rb{
  background: url(../img/notice_rb.png) no-repeat center center;
  background-size: 110%;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 10px 10px;
}

/* 服务指南 */
.service_guide_wrap{
  padding: 80px 0;
  height: 770px;
  position: relative;
}
#serviceSwiper {
  width: 100%;
  height: 570px;
  padding: 6px 0 10px;
  position: relative;
}
#serviceSwiper .row{
  top: 210px;
}
.swiper-button-prev, .swiper-button-next{
  width: 30px;
  height: 30px;
  position: absolute;
  top: 460px;
  cursor: pointer;
  border-radius: 50%;
}
.swiper-button-prev{
  background: url(../img/active_left_row.png) no-repeat center center;
  background-size: cover;
  left: 36px;
}
.swiper-button-next{
  background: url(../img/active_right_row.png) no-repeat center center;
  background-size: cover;
  right: 36px;
}
.service_guide_type{
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.service-tab-item {
  padding: 20px 24px;
  margin: 0 6px;
  font-size: 20px;
  line-height: 16px;
  border: 1px solid #DFE5EE;
  color: rgba(0, 0, 0, 0.6);
  box-shadow: 2px 2px 5px rgba(48, 55, 62, 0.15);
  border-radius: 6px;
  background-color: #fff;
}
.service-tab-item:focus{
  outline:none !important;
}
.swiper-pagination-bullet{
  width: auto;
  height: auto;
  padding: 20px 24px;
  opacity: 1;
  background-color: #fff;
}
.service-tab-item.swiper-pagination-bullet-active {
  padding: 24px;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  background: url(../img/service_guide_active_bg.png) no-repeat center center;
  background-size: 118% 144%;
}
#serviceSwiper .swiper-slide{
  width: 610px;
  height: 450px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 10px #cfd2d5;
  border-radius: 10px;
}
/* #serviceSwiper .swiper-container-horizontal>.swiper-pagination-bullets,
#serviceSwiper .swiper-pagination-custom,
#serviceSwiper .swiper-pagination-fraction {
    top: 0!important;
    bottom: auto!important;
} */
.service_guide_item_title{
  height: 100px;
  padding: 30px 40px 24px;
  display: flex;
  background: url(../img/service_guide_bg.png) no-repeat center center;
  background-size: cover;
  opacity: 0.7;
  position: relative;
}
.swiper-slide.swiper-slide-active .service_guide_item_title{
  opacity: 1;
}
.service_guide_item_title::after{
  content: '';
  position: absolute;
  right: 40px;
  top: 54px;
  width: 40px;
  height: 13px;
  background: url(../img/enter_row.png) no-repeat center center;
  background-size: cover;
  cursor: pointer;
}
.service_guide_item_title>img{
  height: 40px;
}
.service_guide_item_title>div{
  margin-left: 24px;
  color: #FFFFFF;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.service_guide_item_title>div>p:nth-child(1){
  font-weight: 700;
  font-size: 23px;
  line-height: 18px;
  margin-bottom: 9px;
}
.service_guide_item_title>div>p:nth-child(2){
  font-size: 14px;
  line-height: 16px;
}
.service_guide_item_list{
  width: 610px;
  height: 350px;
  background: #FFFFFF;
  border-radius: 0px 0px 10px 10px;
  padding: 0 32px;
}
.service_guide_item_list>li{
  height: 60px;
  display: flex;
  justify-content: space-between;
}
.service_guide_item_list>.list_cont_item>.title{
  width: 425px;
}
.service_guide_item_list>li .other{
  margin-top: 0;
}

/* 人工咨询 */
.manual_consultation_wrap{
  position: relative;
  width: 100%;
  height: 335px;
  background: url(../img/zixun_bg.png) no-repeat center center;
  background-size: cover;
}
.manual_consultation_main{
  display: flex;
  justify-content: space-between;
}
.consultation_lf{
  padding-top: 98px;
}
.consultation_lf>p:nth-child(1), .consultation_lf>p:nth-child(2){
  font-weight: 290;
  font-size: 40px;
  line-height: 53px;
  color: rgba(0, 0, 0, 0.8);
}
.consultation_lf>p:nth-child(3){
  font-size: 18px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 7px;
}
.consultation_rf{
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
}
.consultation_rf>li{
  margin-left: 24px;
}
.consultation_rf>li:hover{
  transform: translate(0, -20px);
  transition: transform 300ms linear;
}
.consultation_rf>li>a{
  display: block;
  width: 175px;
  height: 175px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  color: #fff;
  border-radius: 6px;
  font-size: 20px;
}
.consultation_item_img{
  width: 100%;
  height: 100px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
.consultation_rf>li>a.online{
  background: url(../img/online_bg.png) no-repeat center center;
  background-size: 120%;
}
.consultation_rf>li>a.email{
  background: url(../img/email_bg.png) no-repeat center center;
  background-size: 125%;
}
.consultation_rf>li>a.phone{
  background: url(../img/phone_bg.png) no-repeat center center;
  background-size: 120%;
}
.consultation_item_img>img{
  width: 42px;
  height: 42px;
  position: relative;
  top: calc((100% - 42px) / 1.5);
  left: calc((100% - 42px) / 2);
}
.consultation_text{
  text-align: center;
  padding-top: 11px;
}
.consultation_rf>li:nth-child(3) .consultation_text{
  padding-top: 4px;
}
.consultation_rf>li:nth-child(3) .consultation_text>div{
  text-align: center;
}

/* 友情链接 */
.friendly_link_wrap{
  width: 100%;
  height: 286px;
  margin: 80px 0;
}
.friendly_link_main .cont_title .buttons>span>a{
  display: inline-block;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  background: linear-gradient(360deg, #F15921 -7.35%, #FF9358 110.61%), linear-gradient(327.44deg, #3080FB -9.15%, #2CB9F1 118.18%);
}
.friendly_link_cont{
  margin-top: 32px;
  overflow: hidden;
}
.friendly_links_cont_main{
  display: flex;
  flex-wrap: nowrap;
  transition: transform linear 300ms;
}
.friendly_links{
  flex-shrink: 0;
  width: 1200px;
  height: 180px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.friendly_links>li:nth-child(n), .friendly_links>li:nth-child(2n){
  margin-right: 13px;
}
.friendly_links>li:nth-child(3n){
  margin-right: 14px;
}
.friendly_links>li:nth-child(4n){
  margin-right: 0;
}
.friendly_links>li>a{
  display: block;
  width: 290px;
  height: 80px;
  background: #FFFFFF;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-bottom: 13px;
  text-align: center;
  line-height: 80px;
}
.friendly_links>li img{
  width: 232px;
  height: 55px;
}
.friendly_link_cont_pagetion{
  width: 100%;
  height: 28px;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.friendly_link_cont_pagetion>.friendly_link-my-bullet{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 8px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
}
.friendly_link_cont_pagetion>.friendly_link-my-bullet-active{
  border: 2px solid #0075B9;
  background: #fff;
}